-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve init containers concept page #14281
Improve init containers concept page #14281
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit c42207e https://deploy-preview-14281--kubernetes-io-master-staging.netlify.com |
This should help with #9272 |
2ec4548
to
8114260
Compare
8114260
to
e280bb9
Compare
438682f
to
45e7a56
Compare
45e7a56
to
9d0c594
Compare
Rebase & reworded. |
/assign @zacharysarah |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sftim Thank you so much for this! ✨ I left some edits, mostly for clarity and removing the passive voice.
A [Pod](/docs/concepts/workloads/pods/pod-overview/) can have multiple Containers running | ||
apps within it, but it can also have one or more Init Containers, which are run | ||
before the app Containers are started. | ||
## Understanding init containers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent de-capitalization. 👍
9d0c594
to
c1daa84
Compare
- Overall rewording - Link to “Debug init containers” in whatsnext - Explain terms / use glossary references - Use glossary shortcodes where appropriate - Expand terms like QoS and cgroup that aren't in the glossary - Only document & recommend stable syntax - Tweak initContainer examples to use project style - Drop vestigialreference to StatefulSet Also: write “container” in lower case Most of the places where this page talks about containers, it's as a concept rather than an object in the Kubernetes API. Adjust case accordingly.
c1daa84
to
c42207e
Compare
@zacharysarah thank you for the very clear and relevant feedback. [I think] I have adopted all the suggestions you made and this is ready to review once again. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zacharysarah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Improve https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
fixes #9272
make that clear via afeature-state
shortcodeIn this PR I haven't moved YAML examples outside of the docs. If that's something we want, I'd recommend doing that in a separate PR (see issue #12740).